Greetings,
I have been experimenting with making an M-Code that runs a .exe or .bat file. When I attempt to do this it stops executing the G-Code program at that line. When I press the stop button it says:
"Error Executing PC Program
Return Code = 1
Abort?"
I am wondering what I am doing wrong. My .bat file was very simple:
@ECHO off
ECHO Hello World!
PAUSE
I was expecting it to execute this program. Any suggestions would be greatly appreciated.
Thanks,
Scott